home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 60.zip / BS1 part 60 / Deluxe Music v2.1 d2.adf / Late_Notes < prev    next >
Text File  |  1993-06-26  |  6KB  |  112 lines

  1. ============================================================================
  2.   DeluxeMusic® 2.0 -- Late Notes
  3.  
  4.   This Late_Notes file contains notes about late breaking changes, tips, and
  5.   information about the product which were too late to be included in
  6.   the manual.
  7.  
  8.   Thank you for your purchase of DeluxeMusic 2.0. This product was brought
  9.   to you through the sweat, blood, and tears of many dedicated people who
  10.   still believe there is a place for another music product on the Amiga.
  11.   Please support your Amiga Dealers and Amiga Developers by spreading the
  12.   word and not the software.
  13.  
  14. ============================================================================
  15.  
  16. Version 2.0 6/26/93
  17.  
  18.  1. There are a few predefined example ARexx macros included in
  19.     this release.  They are installed automatically in your Rexx: assigned
  20.     directory.  You can assign those macros to Function Keys in the program
  21.     by choosing Assign Macro from the Macros Menu, opening the file you
  22.     want assigned to the chosen Function Key, and pressing the MODIFY button.
  23.     These macros are included as examples of the type of macros and ARexx
  24.     scripts that can be created and written for use in DeluxeMusic.
  25.     Choosing Save Settings from the Settings Menu will save your Assigned
  26.     Macros as tooltypes (see the DeluxeMusic Reference Card for more info
  27.     on tooltype settings.)
  28.  
  29.  2. The global ARexx port name for DeluxeMusic gets only the name of the
  30.     currently active window.  If the window is deactivated and some other
  31.     window becomes active (Workbench for example), messages sent through
  32.     the global port will bounce and fail.  Users should always directly
  33.     address a particular document through the document's port rather than
  34.     through the global port.
  35.  
  36.  3. For best results in printing, set your Score width to equal the Print
  37.     width.  The Print width is the current page and paper settings you
  38.     may have set for your Printer Preferences.  Choosing Print As... from
  39.     the Project Menu displays and lets you edit the current paper width
  40.     for your chosen Preferences Printer.  The program's Score width is
  41.     modified in the Score Setup Window under the Settings Menu.
  42.  
  43.  4. There is an additional attribute to the ARexx commands: CHANGEITEM and
  44.     CHANGESELECTED.  The additional parameter is NOFIX which disables
  45.     the re-sorting of notes while editing a score via an ARexx script.
  46.  
  47.     Proper use of this new parameter is as follows:
  48.     a. Lock the GUI while editing
  49.     b. Lock the display while editing
  50.     c. Use new ARexx command RESORTEVENTS when finished editing.
  51.  
  52.  5. There is a French Catalog included with this release that displays
  53.     DeluxeMusic's menus and requestors in French.  To enable this
  54.     feature, you must copy the Catalog drawer included on your DeluxeMusic
  55.     program disk to your DeluxeMusic drawer on your hard drive and set
  56.     the Catalogs tooltype of the DMusic icon.  At the Workbench, select
  57.     the DMusic icon and choose Information from the Icon or Workbench menu.
  58.     Select New, and type:
  59.     Catalog=Device:DeluxeMusic/Catalogs/Français/dmcs.catalog
  60.     The French c is typed alt-c on an English keyboard.  Device is the name
  61.     of the hard drive partition your DeluxeMusic directory is installed on.
  62.     Floppy users only need to set the tooltype on their installed disk.
  63.     On a default floppy install, the tooltype would be set to:
  64.     Catalog=DeluxeMusic2.0:DeluxeMusic/Catalogs/Français/dmcs.catalog
  65.  
  66.     Note: Using foreign language catalogs requires AmigaDOS 2.1 or greater.
  67.  
  68.  6. The Set Tempo requestor has an additional button:
  69.     Set Default Tempo: this button sets a global default tempo for a score.
  70.  
  71.  7. The loading, converting, and reformatting of old DMCS scores into
  72.     DeluxeMusic, especially large scores, will take longer the first
  73.     time.  Once saved out as CMUS, the time it takes to open it again
  74.     should be less, although, please be aware that the CMUS format saves
  75.     much more information than the DMCS format previously did, so in some
  76.     cases the load time will be just as long or longer than before.
  77.  
  78.  8. Opening and Saving scores in Simple MIDI File format is not perfect.
  79.     We wanted to give you a way to load and save files to and from
  80.     different platforms, but please be forwarned that complicated score
  81.     files with multiple tracks, complex rhythms, times, etc. may not
  82.     load or save to your liking in this program.  We have tried to make the
  83.     MIDI file i/o support as good as possible given the time we had.
  84.  
  85.     Note: If there are eight or fewer tracks in a score, it is saved
  86.     as a MIDI Type 0 file.  If there are more than eight tracks in a
  87.     score, it is saved as a MIDI Type 1 file.
  88.  
  89.  9. The DMPlayer is for non-commercial distribution only. Licensing for
  90.     commercial distribution is available.  Instruments are copyright and
  91.     not for redistribution without written permission.  We suggest saving
  92.     your scores for distribution in CMUS with embedded instruments.
  93.  
  94. 10. The Top Margin feature in the Score Setup window is ignored when there
  95.     are more staves in a score than can fit on a page.
  96.  
  97. 11. Amiga DOS 1.3 Users only: The DMPlayer requires the iffparse.library
  98.     to be installed on your Workbench disk in the libs: assigned drawer.
  99.     For the use of menus and a file requestor, the DMPlayer requires the
  100.     ASL13.library installed on your Workbench disk in the libs: drawer.
  101.  
  102.  
  103. DeluxeMusic® 2.0 is © Copyright 1985, 1993 Electronic Arts®, Inc.
  104. DMPlayer 1.0 is © Copyright 1993, Electronic Arts®, Inc.
  105. DeluxeMusic® is a registered trademark of Electronic Arts®, Inc.
  106.  
  107. Amiga®, AmigaDOS®, and Workbench®
  108. are registered Trademarks of Commodore Business Machines.
  109.  
  110. Press Q to Exit
  111.  
  112.